home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1998-10-09  |  559 b   |  20 lines

  1. on reportinit
  2.   global captioncast, photocast, moviecast, moviebtncast
  3.   clearGlobals()
  4.   puppetTempo(15)
  5.   puppetSound(2, "report.aif")
  6.   set captioncast to 20
  7.   puppetSprite(captioncast, 1)
  8.   set photocast to 38
  9.   set moviecast to 47
  10.   set moviebtncast to 40
  11.   puppetSprite(photocast, 1)
  12.   puppetSprite(moviecast, 1)
  13.   puppetSprite(moviebtncast, 1)
  14.   set the visible of sprite photocast to 0
  15.   set the visible of sprite moviecast to 0
  16.   set the visible of sprite moviebtncast to 0
  17.   set the visible of sprite 42 to 1
  18.   set the visible of sprite 43 to 1
  19. end
  20.